home *** CD-ROM | disk | FTP | other *** search
/ Air Power - The US Air Force in Action / Air Power - The US Air Force In Action.iso / history / vcntrlbr / vcntrlbr.vmn < prev   
Text File  |  1995-06-12  |  2KB  |  83 lines

  1. <vmenu id=cntrlbar>
  2. <title>History Toolbar</title>
  3. <action startshow> 
  4.       cntrlbar:state auto
  5. <action capfilename params=file>
  6.     cap:filename %file%
  7. <action hltfilename params=file>
  8.     text:filename %file%
  9. <action firstframe>
  10.     prev:off
  11.     next:on
  12. <action midframe>
  13.     prev:on
  14.     next:on
  15. <action lastframe>
  16.     prev:on
  17.     next:off
  18. <action onlyframe>
  19.     prev:off
  20.     next:off
  21. <action endshow>
  22.         stop:disable
  23.     play:disable
  24.     cntrlbar:state manual
  25.     
  26. <action "auto begin">
  27.     stop:enable
  28.     play:disable
  29.     prev:auto
  30.     next:auto
  31. <action "auto timer">
  32.     cntrlbar:next
  33. <action "auto audioend">
  34.     cntrlbar:next
  35. <action "auto prevbutton">
  36.     cntrlbar:prev
  37. <action "auto nextbutton">
  38.     cntrlbar:next
  39. <action "auto stopbutton"> 
  40.     stop:disable
  41.     play:enable
  42.     cntrlbar:state manual
  43.     cntrlbar:stopscreen
  44.  
  45. <action "manual begin">
  46.     prev:manual
  47.     next:manual
  48. <action "manual playbutton">
  49.     cntrlbar:state auto
  50.     cntrlbar:next
  51. <action "manual prevbutton">
  52.     cntrlbar:prev
  53. <action "manual nextbutton">
  54.     cntrlbar:next
  55. </action>
  56.  
  57. <graphicitem background size=30,180 fit=clip path=\history\vcntrlbr\vcntrlbr.bmp>
  58.  
  59. <button stop position=0,0 size=30,30 command="cntrlbar:stopbutton"
  60.     section="enabled 120,0; entered 120,0; selected 150,0; disabled 90,0">
  61.  
  62. <button play position=0,30 size=30,30 command="cntrlbar:playbutton"
  63.     section="enabled 120,30; entered 120,30; selected 150,30; disabled 90,30">
  64.  
  65. <button cap position=0,120 size=30,30
  66.     section="enabled 120,120; entered 120,120; selected 150,120; disabled 90,120">
  67. <action filename params=file>
  68.  
  69. <action click>
  70.     cntrlbar:stopbutton
  71.     view:open \history\vcntrlbr\caption.vct %file%
  72. </button>
  73.  
  74. <button text position=0,150 size=30,30 
  75.     section="enabled 120,150; entered 120,150; selected 150,150; disabled 90,150">
  76. <action filename params=file>
  77.  
  78. <action click>
  79.     cntrlbar:stopbutton
  80.     view:popup \history\%file%.vct
  81. </button>
  82. </vmenu>
  83.